go/types.Checker.objPath (field)
12 uses
go/types (current package)
check.go#L193: objPath []Object // path of object dependencies during type inference (for cycle reporting)
check.go#L267: check.objPath = append(check.objPath, obj)
check.go#L268: return len(check.objPath) - 1
check.go#L273: i := len(check.objPath) - 1
check.go#L274: obj := check.objPath[i]
check.go#L275: check.objPath[i] = nil
check.go#L276: check.objPath = check.objPath[:i]
check.go#L339: check.objPath = nil
decl.go#L56: check.trace(obj.Pos(), "-- checking %s (%s, objPath = %s)", obj, obj.color(), pathString(check.objPath))
decl.go#L217: cycle := check.objPath[start:]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)